Skip to content

Commit

Permalink
Reverted v2.1..4
Browse files Browse the repository at this point in the history
  • Loading branch information
vHeemstra committed Jun 11, 2022
1 parent 2d3cbb3 commit dcf8e54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish
on:
release:
types: [published]
# types: [created]

jobs:
publish:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/ci_push_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ jobs:
if: |
!contains(github.event.head_commit.message, '[!VERSION]')
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
# with:
# token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -123,5 +125,5 @@ jobs:

- name: Create GitHub release
run: gh release create ${{ env.NEW_VERSION }} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fill-pot-po",
"version": "2.1.4",
"version": "2.1.3",
"description": "Create pre-filled PO files from POT file, using previous PO files.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit dcf8e54

Please sign in to comment.