Skip to content

Commit

Permalink
Merge pull request #65 from PalladioSimulator/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
dr6817 authored Apr 22, 2024
2 parents 787a217 + 41d588f commit 81ed500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
RELEASE_TAG=v$(echo $PROJECT_VERSION | sed "s/-SNAPSHOT/.$(date +%Y%m%d%H%M)/")
echo "release_tag=$RELEASE_TAG" >> $GITHUB_ENV
- name: Release Products
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: products/org.palladiosimulator.retriever.product/target/products/*
tag_name: ${{ env.release_tag }}

0 comments on commit 81ed500

Please sign in to comment.