Skip to content

Commit

Permalink
Fix dev image publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Jul 26, 2023
1 parent a422b44 commit 27203c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set env
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF#refs/dev/*/}" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 27203c9

Please sign in to comment.