Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
upda
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 committed Jan 31, 2024
1 parent 3d50056 commit 81908f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
packages: write
timeout-minutes: 90
env:
TAG: ${{ github.sha }}
#SHA: ${{ github.sha }}
TAG: ${{ github.ref }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 81908f6

Please sign in to comment.