Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraGorska02 authored Jan 21, 2024
1 parent b96d01a commit 3e47011
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
echo "artifactPath=$(pwd)/target" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
with:
name: io-project-architecture-v0.0.17.jar
path: ${{ env.artifactPath }}/io-project-architecture-v0.0.17.jar
name: io-project-architecture-v0.0.23.jar
path: ${{ env.artifactPath }}/io-project-architecture-v0.0.23.jar
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.tag_version.outputs.new_tag }}
prerelease: true
title: Release ${{ steps.tag_version.outputs.new_tag }}
files: ${{ env.artifactPath }}/io-project-architecture-v0.0.17.jar
files: ${{ env.artifactPath }}/io-project-architecture-v0.0.23.jar
- name: generate Javadoc
run: |
mvn javadoc:javadoc
Expand All @@ -45,4 +45,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: JSON-tools-${{ env.RELEASE_VERSION }}-javadoc
path: ${{ env.javadocPath }}
path: ${{ env.javadocPath }}

0 comments on commit 3e47011

Please # to comment.