Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chuuuun authored and LeonBein committed Aug 21, 2024
1 parent b6f0403 commit 2ae9c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Release:
if: github.repository == 'INSM-TUM-Teaching/cost_driver' # Only main repo has permissions to publish this
if: github.repository == 'INSM-TUM-Teaching/Simulator-Extension-SOPA' # Only main repo has permissions to publish this

runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:

- name: Set Release version env variable
run: |
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

0 comments on commit 2ae9c56

Please sign in to comment.