Skip to content

Commit

Permalink
Merge pull request #72 from yeoldegrove/fix_release
Browse files Browse the repository at this point in the history
ci: remove unused PARENT_TAG from _service to fix delivery/obs-packaging via github actions
  • Loading branch information
yeoldegrove authored May 2, 2022
2 parents bb94f38 + 9384696 commit cee9bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">python-shaptools</param>
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
<param name="versionformat">0.3.13+git.%ct.%h</param>
<param name="revision">%%VERSION%%</param>
</service>

Expand Down

0 comments on commit cee9bd8

Please sign in to comment.