Skip to content

Commit

Permalink
Rename action for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 committed Jan 16, 2021
1 parent 1f83096 commit 5a58bd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Get Version Number
uses: fwilhe2/bump-version@main
id: bump
with:
component: patch
- run: echo New Version Number ${{ steps.bump.outputs.newVersion }}
- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Bump Version'
name: 'Bump Release Version'
description: 'Bump version number to aid automated release processes'
author: 'Florian Wilhelm'
inputs:
Expand Down
1 change: 1 addition & 0 deletions release-notes-draft.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

Prepare publish to marketplace

0 comments on commit 5a58bd0

Please sign in to comment.