Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-penasa committed May 28, 2021
1 parent d685fd6 commit 1aa9981
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ jobs:
run: |
make tests
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

- name: Create package
run: |
make package
cp mappy/zip_build/mappy.zip mappy/zip_build/mappy-latest.zip
cp mappy/zip_build/mappy.zip mappy/zip_build/mappy-${{ steps.get_version.outputs.VERSION }}.zip
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
2 changes: 1 addition & 1 deletion mappy/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=mappy
qgisMinimumVersion=3.0
description=Helper plugin for easy and consistent geological map generation
version=v0.1.3v0.1.0
version=v0.1.1v0.1.3v0.1.0
author=Luca Penasa, PLANMAP and GMAP team
email=luca.penasa@gmail.com

Expand Down

0 comments on commit 1aa9981

Please sign in to comment.