Skip to content

Commit

Permalink
fix: update deprecated workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RalXYZ committed Nov 3, 2024
1 parent e57a902 commit ca164a7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
create:
push:
tags:
- v*

Expand All @@ -12,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Dart Sass
uses: robinraju/release-downloader@v1
with:
Expand All @@ -27,9 +28,7 @@ jobs:
run: |
cd ./src; make all-and-compress
- name: Release
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
files: |
./src/latex-theme/*.zip
files: ./src/latex-theme/*.zip

0 comments on commit ca164a7

Please sign in to comment.