Skip to content

Commit

Permalink
chore: actions
Browse files Browse the repository at this point in the history
Signed-off-by: marcofaggian <[email protected]>
  • Loading branch information
marcofaggian committed Dec 16, 2022
1 parent 179c67b commit 9d7c680
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 169 deletions.
26 changes: 0 additions & 26 deletions .github/dependabot.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
##
# Publish new action tag(s) for downstream consumption
##
name: Publish

# Manual or automatic release
on:
release:
types: [published, edited]

jobs:
publish:
runs-on: ubuntu-latest
steps:
# Release with semantic tag like v1.0.3
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.tag_name }}

- name: Setup Node
uses: actions/setup-node@v2

# Compile dist/index.js and bundle with action.yml
# Force push major and minor tags, e.g. v1, v1.0
# See documentation: https://github.com/JasonEtco/build-and-tag-action
- uses: JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}
104 changes: 0 additions & 104 deletions .github/workflows/download.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/upload.yml

This file was deleted.

0 comments on commit 9d7c680

Please sign in to comment.