Skip to content

refactor: add Kohls experience, cleanup wording, improve project stru… #85

refactor: add Kohls experience, cleanup wording, improve project stru…

refactor: add Kohls experience, cleanup wording, improve project stru… #85

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
- '!release'
jobs:
ship_it:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: 🚀 Deploy 🚀
run: nix-shell --run "make deploy"
- name: ⏰ Bump version and push tag ⏰
uses: anothrNick/github-tag-action@master
id: tag-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: tjmaynes
WITH_V: true
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ steps.tag-action.outputs.tag }}
prerelease: false
files: |
LICENSE
*.pdf
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: latest
prerelease: false
files: |
LICENSE
*.pdf