Skip to content

Commit

Permalink
[master] - Release yml simply will not trigger... WHY?! - TT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Keith-Thompson committed Apr 24, 2021
1 parent 7d28a63 commit 535fd85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release

on:
release:
types:
- created
types: [released]

jobs:
print:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Bump version in Podspec and Plist
id: bump_version
run: fastlane patch
- name: Print version
run: echo "The version is ${{ steps.bump_version.outputs.VERSION }}"
- name: Commit version changes
uses: stefanzweifel/git-auto-commit-action@v4
- name: Bump version and push tag
Expand Down

0 comments on commit 535fd85

Please sign in to comment.