Skip to content

Commit

Permalink
chore: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 7, 2023
1 parent aed323b commit b4fe360
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,33 +61,33 @@ jobs:
run: |
pnpm run test
Release:
needs: [Test]
if: github.ref == 'refs/heads/master' &&
github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Release:
# needs: [Test]
# if: github.ref == 'refs/heads/master' &&
# github.event.repository.fork == false
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 18

- name: Setup Pnpm
uses: pnpm/action-setup@v2
with:
version: 8
# - name: Setup Pnpm
# uses: pnpm/action-setup@v2
# with:
# version: 8

- name: Install
run: |
pnpm install
# - name: Install
# run: |
# pnpm install

- name: Release 🎉
uses: cycjimmy/semantic-release-action@v2
with:
extends: |
@atom-ide-community/semantic-release-npm-config
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Release 🎉
# uses: cycjimmy/semantic-release-action@v2
# with:
# extends: |
# @atom-ide-community/semantic-release-npm-config
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terser-config-atomic",
"version": "0.1.1",
"version": "1.0.0",
"description": "The Terser configuration used in atom-community",
"repository": "https://github.com/atom-community/terser-config-atomic",
"license": "MIT",
Expand Down Expand Up @@ -39,4 +39,4 @@
"preset",
"config"
]
}
}

0 comments on commit b4fe360

Please sign in to comment.