Skip to content

Commit

Permalink
Added test-script for bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Dec 30, 2023
1 parent 48f0efb commit 55e6928
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test
on:
workflow_dispatch:


jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: battila7/get-version-action@v2
id: get_version
- run: echo ${{ steps.get_version.outputs.version }}
- run: echo ${{ steps.get_version.outputs.version-without-v }}
- run: echo ${{ steps.get_version.outputs.prerelease }}
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy docs to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: [ master ]
#push:
# branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
#workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 55e6928

Please sign in to comment.