Skip to content

Commit

Permalink
Updated deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Apr 19, 2024
1 parent 9c5b81e commit 393d156
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish Release

on:
push:
tags:
- 'v*.*.*'
on: [push]

permissions:
contents: write
Expand Down Expand Up @@ -42,7 +39,7 @@ jobs:
# Emmet.zip
# registry.json
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: download # The branch the action should deploy to.
Expand Down

0 comments on commit 393d156

Please sign in to comment.