Skip to content

Commit

Permalink
334-SIM-generate releases and versions when merging to main (#392)
Browse files Browse the repository at this point in the history
* fix: GH Release action permissions

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

* chore: rename

Signed-off-by: Agustín Ramiro Díaz <[email protected]>

---------

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
  • Loading branch information
AgustinRamiroDiaz authored Aug 23, 2024
1 parent 389f681 commit 9cc1830
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-from-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelog
name: Create Release from main
on:
push:
branches:
Expand All @@ -7,6 +7,8 @@ on:
jobs:
release-main:
runs-on: ubuntu-latest
permissions: # As per https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release
contents: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9cc1830

Please sign in to comment.