We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d77dd commit 2cf4bf5Copy full SHA for 2cf4bf5
.github/workflows/release.yaml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: macos-latest
12
steps:
13
- uses: actions/checkout@v3
14
+ with:
15
+ ref: origin/main
16
- uses: yanamura/ios-bump-version@v1
17
with:
18
version: ${{ github.event.release.tag_name }}
0 commit comments