Skip to content

Commit

Permalink
ADDED: Automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 14, 2025
1 parent 5dd68d4 commit 6ba2022
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@ jobs:

- name: Build
run: |
make
make
- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: hello-world.nds
tag: v1.0
name: "Release v1.0"
body: "Automated release of version v1.0"
allowUpdates: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 6ba2022

Please sign in to comment.