Skip to content

Commit

Permalink
update release.yml*6
Browse files Browse the repository at this point in the history
  • Loading branch information
un4gt committed Jun 2, 2024
1 parent 04a40a3 commit aaea174
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release

permissions:
contents: write
on:
push:
branches: [main]
Expand All @@ -15,6 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: echo-pat
run: echo ${{ secrets.ACCESS_TOKEN }}

- name: Zip the extension file
run: zip -qq -r markdown-tools.zip ./markdown-tools
working-directory: .
Expand Down

0 comments on commit aaea174

Please sign in to comment.