Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Aug 12, 2023
1 parent 7bde0d8 commit 86efbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cdn-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-20.04
if: "contains(github.event.head_commit.message, 'Bump version')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: montudor/action-zip@v1
with:
args: 'zip -r ./resources.zip . -i ./*/* -x ./.*/*'
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 18.x
- run: npm i -D @altmp/upload-tool
- run: |
mkdir ./dist
Expand Down

0 comments on commit 86efbf9

Please sign in to comment.