Skip to content

Commit

Permalink
add ENV for git action
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent e1ca63c commit ed8b0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
"DISCORD_SERVER_ID=${{secrets.DISCORD_SERVER_ID}}"
"VOICE_CHANNEL=${{secrets.VOICE_CHANNEL}}"
push: true
tags: "v1"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ed8b0b1

Please sign in to comment.