Skip to content

Commit

Permalink
GH-21: Release experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 7, 2024
1 parent 9a6a86d commit b131e84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
permissions:
contents: write
steps:
- shell: cmd
- shell: python
run: |
echo Artifact sample for version ${{needs.experiments.outputs.version}}> test.txt
with open("test.txt", "w") as fout:
fout.write(f"Artifact sample for version ${{needs.experiments.outputs.version}}")
- uses: ncipollo/release-action@v1
with:
tag: release-candidate
Expand Down

0 comments on commit b131e84

Please sign in to comment.