Browse Source

Merge pull request #16367 from abpframework/update-latest-version

added permissions to update latest version
pull/16378/head
Alper Ebiçoğlu 3 years ago
committed by GitHub
parent
commit
8f795b3da2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/update-versions.yml

4
.github/workflows/update-versions.yml

@ -4,6 +4,10 @@ on:
release: release:
types: types:
- published - published
permissions:
contents: write
pull-requests: write
jobs: jobs:
update-versions: update-versions:

Loading…
Cancel
Save