Skip to content

Commit

Permalink
Merge pull request #14 from dheffer/github-actions-setup
Browse files Browse the repository at this point in the history
Auto-tag creation complete, more work on automatic content updates
  • Loading branch information
dheffer authored Mar 19, 2024
2 parents ade8cbe + 8bb3ec3 commit 6b446cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
name: Auto Tag
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
tag_prefix: "v"
with-v: true
version: "${{ steps.previous_step.outputs.version }}"
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Build files
run: |
npm run build
npm install
npm ci
npm run build --if-present
npm test
- name: Deploy to S3
uses: jakejarvis/s3-sync-action@master
with:
Expand Down

0 comments on commit 6b446cb

Please sign in to comment.