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 9c3f685 commit b8bed6dCopy full SHA for b8bed6d
.github/workflows/docker-build-push.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v3
21
with:
22
- ref: ${{ github.ref }}
+ ref: ${{ github.event.workflow_run.head_branch }}
23
24
- name: Bump version and push tag
25
id: tag-version
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- name: Update package.json version
53
run: echo "`jq '.version="${{ env.TAG }}"' package.json`" > package.json
0 commit comments