Skip to content

Commit

Permalink
v0.22.1 Fix Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob O'Leary committed Jun 29, 2022
1 parent 67aaa87 commit 1cdd935
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Publish

on:
push:
branches: [master]
branches:
- main
- master

jobs:
deploy:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.1] - 2022-06-29

### Fixed

- Add "main" and "master" branches to GitHub Action. It did not start for some reason!

## [0.22.0] - 2022-06-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "View and edit all your snippets in one purty place. Yee-haw!",
"icon": "img/logo.png",
"version": "0.22.0",
"version": "0.22.1",
"engines": {
"vscode": "^1.4.0",
"node": ">=12.0.0"
Expand Down

0 comments on commit 1cdd935

Please sign in to comment.