Skip to content

Commit

Permalink
vvvvv
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Apr 10, 2024
1 parent 6b25f79 commit 99298b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: write
packages: write

env:
NODE_VERSION: 18.x

Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.tag_version.outputs.new_tag }}
tags: ghcr.io/junjiequan/github-action-test:${{ steps.tag_version.outputs.new_tag }}

0 comments on commit 99298b7

Please sign in to comment.