We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6127ae8 commit 36c85b5Copy full SHA for 36c85b5
1 file changed
.github/workflows/build_release.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- uses: actions/checkout@v3
15
with:
@@ -28,7 +30,7 @@ jobs:
28
30
echo "VERSION_TAG=$(ls /home/runner/work/MPP/MPP/build/libs | grep -E 'MPP-[0-9\.]+\.[0-9]+-[0-9.]+-[A-Z]+\.jar' | rev | cut -c5- | rev)" >> $GITHUB_OUTPUT
29
31
id: version
32
- name: Create Release
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
33
+ uses: "marvinpinto/action-automatic-releases@latest"
34
35
repo_token: ${{ secrets.GITHUB_TOKEN }}
36
automatic_release_tag: ${{ steps.version.outputs.VERSION_TAG }}
0 commit comments