Skip to content

Commit

Permalink
retry here
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Feb 14, 2025
1 parent 4495b12 commit 8816d45
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Create Sample Release

on:
push:
tags:
- v*

permissions:
contents: write

jobs:
release:
name: Release pushed tag
runs-on: ubuntu-latest
steps:
- name: Upload sample
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
name: Sample/Resource packs ${{ github.ref }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
allowUpdates: true
generateReleaseNotes: true

0 comments on commit 8816d45

Please sign in to comment.