Skip to content

Commit

Permalink
Updated release drafter GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Jul 18, 2024
1 parent b7a8b19 commit 31988d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Release Drafter
name: Draft release notes

on:
push:
tags:
- '*'
branches:
- main
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read
contents: write

jobs:
update_release_draft:
release-drafter:
permissions:
contents: write
pull-requests: write
Expand All @@ -23,7 +23,7 @@ jobs:
id: calver
run: |
export VERSION="$(date "+%y.%-m").0"
echo ::set-output name=version::${VERSION}
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "Version set to ${VERSION}"
- name: Draft release notes
Expand Down

0 comments on commit 31988d6

Please sign in to comment.