Skip to content

Commit

Permalink
maybe the release file will work now who knows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-Ulens committed Dec 22, 2022
1 parent a8513d9 commit 9ab801f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: parse tag
Expand All @@ -22,8 +20,6 @@ jobs:
name: v${{ steps.parse_tag.outputs.version }}
tag: v${{ steps.parse_tag.outputs.version }}
version: v${{ steps.parse_tag.outputs.version }}
prerelease: false
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: build new image
Expand Down

0 comments on commit 9ab801f

Please sign in to comment.