Skip to content

Commit

Permalink
Merge pull request #34 from KIT-MRT/test_release_action
Browse files Browse the repository at this point in the history
Test release action
  • Loading branch information
ll-nick authored Nov 12, 2024
2 parents fd25d3a + 5e4dfb2 commit 4d74f2f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- closed
branches:
- main
- fix_version_bump_workflow

jobs:
compute-version:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
create-release:
needs: update-version-file
needs: [compute-version, update-version-file]
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -90,6 +91,12 @@ jobs:
mkdir -p /tmp/artifacts/
docker run --rm -v /tmp/artifacts:/tmp/artifacts util_caching_release cp -r /release /tmp/artifacts/
- name: Print debug outputs
run: |
ls -la /tmp/artifacts/release
cat version
git status
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 4d74f2f

Please sign in to comment.