Skip to content

Commit

Permalink
Initial v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hwgilbert16 committed Jun 9, 2023
1 parent 4f732aa commit 537ff6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@ on:
branches: [release]

jobs:
pre_job:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/[email protected]
with:
skip_after_successful_duplicate: 'true'
build:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
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": "scholarsome",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 537ff6d

Please sign in to comment.