Skip to content

Commit 623fefe

Browse files
authored
Merge pull request #5 from pwshdevs/develop
Updating workflow again, wasnt working 100% right.
2 parents 49062f9 + 1e6aa11 commit 623fefe

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
with:
3535
commit_message: "Automated Release Tagging for ${{ steps.version_tracker.outputs.version }} in DevSetup.psd1"
3636
branch: main
37+
tagging_message: 'v${{ steps.version_tracker.outputs.version }}'
3738

38-
- name: Create Tagged Release
39-
uses: dexwritescode/release-on-merge-action@v1 # Or another suitable action
40-
with:
41-
version-increment-strategy: patch
42-
initial-version: '1.0.0'
39+
#- name: Create Tagged Release
40+
# uses: dexwritescode/release-on-merge-action@v1 # Or another suitable action
41+
# with:
42+
# version-increment-strategy: patch
43+
# initial-version: '1.0.0'

0 commit comments

Comments
 (0)