Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 17, 2024
1 parent 30237d1 commit bf81deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
})
# the single quotes are important!!!!
- name: create a file
run: touch some.file
run: echo "some data" > some.file
- name: create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit bf81deb

Please sign in to comment.