Skip to content

Commit

Permalink
corrections for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Aug 8, 2023
1 parent e8ed05b commit 0c0155a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ecocode-plugins
path: lib
path: target
- name: Export UPLOAD_URL
id: export_upload_url
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_OUTPUT
Expand All @@ -58,14 +58,14 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ecocode-plugins
path: lib
path: target
- name: Upload Release Asset - Python Plugin
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{needs.build.outputs.upload_url}}
asset_path: lib/ecocode-python-plugin-${{ github.ref_name }}.jar
asset_path: target/ecocode-python-plugin-${{ github.ref_name }}.jar
asset_name: ecocode-python-plugin-${{ github.ref_name }}.jar
asset_content_type: application/zip
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deleted

## [0.0.0]

### Added

### Changed

### Deleted

[unreleased]: https://github.com/green-code-initiative/ecoCode-python/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/green-code-initiative/ecoCode-python/compare/v0.0.0...0.0.1
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/green-code-initiative/ecocode-python</connection>
<developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-python</developerConnection>
<url>https://github.com/green-code-initiative/ecocode-python</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/green-code-initiative/ecoCode-python/issues</url>
Expand Down

0 comments on commit 0c0155a

Please sign in to comment.