Skip to content

Commit

Permalink
refactor: version auto increment test [WTEL-5567] (https://webitel.at…
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Nov 20, 2024
1 parent 3753360 commit fb339e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ on:
- main

jobs:
bump-package-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: copapow/version-bump-package@v1
with:
patch_label: version-patch
default_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: EndBug/add-and-commit@v7
with:
branch: main
message: 'Bump package version'

publish:
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/styleguide",
"version": "1.0.17",
"version": "1.0.18",
"main": "",
"exports": {
".": "./src/lib/main.scss",
Expand Down

0 comments on commit fb339e6

Please sign in to comment.