Skip to content

Install colour-swatches plugin by default #74

Install colour-swatches plugin by default

Install colour-swatches plugin by default #74

name: Recreates the project.tar.gz file
on:
push:
branches:
- main
paths:
- "project/*"
jobs:
tarball:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Create tar file
run: tar zcvf project.tar.gz project
- uses: stefanzweifel/git-auto-commit-action@master
with:
commit_message: New projet tarball
file_pattern: project.tar.gz