Skip to content

Commit

Permalink
Merge pull request #97 from ShellyDCMS/rename-workflow-file
Browse files Browse the repository at this point in the history
rename workflow file
  • Loading branch information
ShellyDCMS committed May 27, 2024
2 parents 918d0f0 + 6009717 commit 540848e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/bump-version

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Bump Version

on:
pull_request:
workflow_dispatch:

permissions:
checks: write
contents: write
pull-requests: write

jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shellygo/cypress-test-utils",
"description": "Cypress Test Automation Utilities",
"version": "2.1.3",
"version": "2.1.4",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 540848e

Please sign in to comment.