Skip to content

Commit

Permalink
ci: fixed permission issue & changed some labels/names
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Dec 13, 2024
1 parent ee41e0e commit 5a9c844
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Release on Version Bump
name: Release

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

jobs:
release:
create-release:
name: Build and Create Tagged release
runs-on: ubuntu-latest

permissions:
contents: write

steps:

- name: Checkout source code
Expand Down

0 comments on commit 5a9c844

Please sign in to comment.