Skip to content

Commit

Permalink
test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 6, 2024
1 parent 6aab304 commit 207d3a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_github2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
steps:
# 1
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'

# 2
- name: Build
run: echo ${{ github.sha }} > Release.txt
Expand All @@ -28,6 +25,9 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
generateReleaseNotes: true
body: "from text"
prerelease: false
artifacts: instuctions
token: ${{ secrets.TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_github3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
steps:
# 1
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'

# 2
- name: Build
run: echo ${{ github.sha }} > Release.txt
Expand All @@ -28,5 +25,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
generateReleaseNotes: true
bodyFile: distribution/whatsnew/whatsnew-en-US
prerelease: false
artifacts: LICENSE
token: ${{ secrets.TOKEN }}
2 changes: 1 addition & 1 deletion distribution/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@

Testing what is new fom file

0 comments on commit 207d3a2

Please sign in to comment.