Skip to content

Commit

Permalink
fix: fixed GitHub Actions workflow (#18)
Browse files Browse the repository at this point in the history
* chore: added "set environment variables" step

* chore: changed title naming convention

* docs: fixed naming convention
  • Loading branch information
Aton-Kish committed Oct 22, 2023
1 parent 7d9e1e8 commit 70a1338
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .chglog/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ options:
commit_groups:
title_maps:
feat: Features
fix: Bug Fixes
fix: Bug fixes
docs: Documentation
style: Styles
refactor: Code Refactoring
perf: Performance Improvements
refactor: Code refactoring
perf: Performance improvements
test: Tests
build: Builds
ci: Continuous Integration
ci: Continuous integration
chore: Chores
revert: Reverts
header:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ assignees: Aton-Kish
syncup version
```

### Additional Info
### Additional info

<!-- Additional info you want to provide such as logs, system info, environment, etc. -->
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Set environment variables
run: |
echo "GOVERSION=$(go env GOVERSION)" >> "${GITHUB_ENV}"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="../logo.svg" alt="syncup" title="syncup" width="256" />
</div>

# User Guide
# User guide

The syncup is a development workflow tool for syncing up with AWS AppSync.

Expand Down

0 comments on commit 70a1338

Please sign in to comment.