Skip to content

Commit e4eee7b

Browse files
committed
Remove dist/ prefix
1 parent 7852524 commit e4eee7b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Generate SHA256
3939
id: checksum
4040
run: |
41-
FILENAME=dist/gitmastery
41+
FILENAME=gitmastery
4242
SHA256=$(shasum -a 256 dist/$FILENAME | cut -d ' ' -f1)
4343
echo "sha256=$SHA256" >> $GITHUB_OUTPUT
4444
@@ -49,11 +49,6 @@ jobs:
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

52-
- name: Echo short token
53-
run: 'echo "${GH_TOKEN:0:4}**** (length: ${#GH_TOKEN})"'
54-
env:
55-
GH_TOKEN: ${{ secrets.ORG_PAT }}
56-
5752
- name: Update Homebrew Tap
5853
env:
5954
GH_TOKEN: ${{ secrets.ORG_PAT }}

0 commit comments

Comments
 (0)